home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / novia / src / api / novia_tcpip_api.h < prev    next >
Text File  |  1999-12-06  |  354b  |  21 lines

  1. typedef             double real;
  2.  
  3. typedef unsigned char      uint8;
  4. typedef unsigned short int uint16;
  5. typedef unsigned long  int uint32;
  6.  
  7.  
  8. #define CLIENTPORTNUMBER     0
  9. #define SERVERPORTNUMBER 10235
  10. #define MAXLINEWIDTH      1280
  11.  
  12. enum { ToBeCalculated, IsBeingCalculated, IsDone }; 
  13.  
  14. enum { PING, PONG, SHUTDOWN_REQUEST, ACKER_REQUEST, DATA };
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.